home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr52
/
5333de.zip
/
READ.ME
< prev
next >
Wrap
Text File
|
1993-04-03
|
1KB
|
38 lines
We encountered a problem and reduced it to a small program. I
received it as "1.prg". I then tried to reduce it even further, and
the results are shown below:
PROGRAM NOTES
#1 5333 appends to CA, opens IDS, locates a record,
increments a field, returns and loops.
#2: 5333 removes the append
#3: 5333 removes CA.dbf completely
#4: okay removes LOCATE and FOUND(), changes proc PRIVATE to LOCAL
#5: 5333 from #3, changed all PRIVATE to LOCAL
#6: okay from #5, took the USE out of the loop.
#7: okay left the USE in the loop, but removed LOCATE, FOUND().
CRASH NOTES:
#1 REC#2334 string= 165K free = 64K run = 161K ??? = 604K
REC#2335 string= 165K free = 64K run = 161K ??? = 604K
NEW_ID (28) Internal error 5333
#2: REC#2329 string= 165K free = 64K run = 161K ??? = 604K
NEW_ID (32) Internal error 5333
#3: REC#2375 string= 163K free = 64K run = 159K ??? = 596K
3 (10) Internal error 5333
#4: no problem
#5: REC#2332 string= 166K free = 64K run = 163K EMM = 488K
REC#2333
5 (15) Internal error 5333
#6: no problem
#7: no problem